home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / CTTY.HLP < prev    next >
Text File  |  1985-09-03  |  478b  |  18 lines

  1. ------------------------  CTTY - Internal DOS Command  -------------------------
  2.  
  3. CTTY changes the standard console to an auxiliary console.
  4.  
  5. FORMAT:   CTTY device-name
  6.  
  7. REMARKS:
  8.  
  9.    device-name  - specify AUX, COM1 or COM2 to use that device as the primary
  10.                   console.  Specify CON to reset the keyboard and screen as the
  11.                   standard input and output devices.
  12.  
  13. EXAMPLE:
  14.  
  15. Change the console to the AUX device:
  16.  
  17.           CTTY AUX
  18.